home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / Font.pod < prev    next >
Text File  |  2009-05-09  |  1KB  |  115 lines

  1. =head1 NAME
  2.  
  3. Pango::Font - a rendering-system independent font representation
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Pango::Font
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::Font - a rendering-system independent font representation
  17.  
  18. =cut
  19.  
  20. =for object Pango::Font
  21. =cut
  22.  
  23.  
  24.  
  25.  
  26. =head1 METHODS
  27.  
  28. =head2 fontdescription = $font-E<gt>B<describe> 
  29.  
  30. =head2 fontdescription = $font-E<gt>B<describe_with_absolute_size> 
  31.  
  32. Since: pango 1.14
  33.  
  34. =head2 list = Pango::extents_to_pixels ($inclusive, $nearest)
  35.  
  36. =over
  37.  
  38. =item * $inclusive (array reference) 
  39.  
  40. =item * $nearest (array reference) 
  41.  
  42. =back
  43.  
  44.  
  45.  
  46. Since: pango 1.16
  47.  
  48. =head2 fontmap = $font-E<gt>B<get_font_map> 
  49.  
  50. Since: pango 1.10
  51.  
  52. =head2 list = $font-E<gt>B<get_glyph_extents> ($glyph)
  53.  
  54. =over
  55.  
  56. =item * $glyph (integer) 
  57.  
  58. =back
  59.  
  60. =head2 fontmetrics = $font-E<gt>B<get_metrics> ($language)
  61.  
  62. =over
  63.  
  64. =item * $language (Pango::Language) 
  65.  
  66. =back
  67.  
  68. =head2 integer = Pango::units_from_double ($d)
  69.  
  70. =over
  71.  
  72. =item * $d (double) 
  73.  
  74. =back
  75.  
  76.  
  77.  
  78. Since: pango 1.16
  79.  
  80. =head2 double = Pango::units_to_double ($i)
  81.  
  82. =over
  83.  
  84. =item * $i (integer) 
  85.  
  86. =back
  87.  
  88.  
  89.  
  90. Since: pango 1.16
  91.  
  92.  
  93.  
  94. =cut
  95.  
  96.  
  97. =head1 SEE ALSO
  98.  
  99. L<Pango>, L<Glib::Object>
  100.  
  101.  
  102. =cut
  103.  
  104.  
  105. =head1 COPYRIGHT
  106.  
  107. Copyright (C) 2003-2008 by the gtk2-perl team.
  108.  
  109. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  110.  
  111.  
  112.  
  113. =cut
  114.  
  115.